MIDI Sound Files

The Flash player does not directly handle MIDI sound. You have to convert the MIDI file to WAV or MP3 or synch it using other Flash player methods and FS Commands.

There are several freeware MIDI conversion apps, for example, www.polyhedric.com/software/mn/.

www.tips-tricks.com/sound.asp gives a tutorial on how to add MIDI sound to your HTML.

This is html code that will background midi sound to your web page:
<EMBED src="hittheroad.mid" AUTOSTART"=True" HIDDEN=True" LOOP= "True"> <BGSOUND src="hittheroad.mid" LOOP="infinite">